ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(String[]) Method
Array containing the names of the entries to remove.

In This Topic
    Remove(String[]) Method
    In This Topic
    Removes several entries from the current zip file.
    Syntax
    Public Overloads Sub Remove( _
       ByVal entryNames() As String _
    ) 
    public void Remove( 
       string[] entryNames
    )

    Parameters

    entryNames
    Array containing the names of the entries to remove.
    See Also